home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / FreeAccess < prev    next >
Text File  |  1990-06-22  |  618b  |  67 lines

  1.  
  2.  
  3.  
  4.      FreeAccess(33.4)      ARP Programmers Manual      FreeAccess(33.4)
  5.  
  6.  
  7.  
  8.      NAME
  9.       FreeAccess --    Decrements use count for a tracked item.
  10.  
  11.      SYNOPSIS
  12.       FreeAccess( Tracker )
  13.              A1
  14.  
  15.      FUNCTION
  16.       Decrements the 'user count' on a tracked item.  If the user
  17.       count    goes to    -1, the    tracked    item will be freed by
  18.       arp.library on a system Expunge call.
  19.  
  20.      INPUTS
  21.       Tracker -- Pointer to    the DefaultTracker for this item
  22.  
  23.      RESULTS
  24.       None
  25.  
  26.      BUGS
  27.       None Known
  28.  
  29.      SEE ALSO
  30.       GetAccess(), GetTracker().
  31.  
  32.      AUTHOR
  33.       CDH
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.